DoubleArray Constructor(Double[])
In This Topic
Initializes a new instance of the DoubleArray class.
Syntax
'Declaration
Public Function New( _
ByVal () As Double _
)
public DoubleArray(
double[]
)
Parameters
- data
- Specifies the data for the array.
See Also